Checking for function "static_assert" : NO (cached)
Checking for function "pthread_setname_np" : NO (cached)
Check usable header "#include <linux/close_range.h>" : NO (cached)
These functions get now tested with compilation tests
and get found on my system.
Checking if "static_assert check" compiles: YES
Checking if "pthread_setname_np check" compiles: YES
Checking if "close_range check" compiles: YES
* New upstream release:
- check if pthread_setname_np() exists before use it,
- fix example/memfs_ll rename deadlock error,
- signal handlers: Store fuse_session unconditionally.
* Backport upstream fixes:
- fix meson function tests,
- meson.build: make special_funcs check more reliable.